Skip to main content
Version: 5.3.0.0

Message Splitter

Description​

This scriptlet converts a message into messagelist. All elements of the source message that are on level 1 (children of the root element) are treated as a new message and added to the messagelist.

Create​

See creation of Scriptlet.

Configuration​

Properties and Parameter Assignment​

The assignment sections define the variable connection between the script execution and the process model.

The following parameters are required:

**Ingoing parameters**:

- **MSG**: Source message.
- **MASSDATA**: Defines if the created messages should use mass data mode (`true`) or not (`false`).
- **WANTROOT**: If set to `true`, the newly created messages have the same root node as the original. Otherwise, the child itself is treated as the root.

**Outgoing parameters**:

- **MSGLIST**: Message list containing the result.